auto merge of #845 : jbranchaud/cargo/add-missing-semicolon-for-new-project-main...
authorbors <bors@rust-lang.org>
Fri, 14 Nov 2014 01:29:40 +0000 (01:29 +0000)
committerbors <bors@rust-lang.org>
Fri, 14 Nov 2014 01:29:40 +0000 (01:29 +0000)
When you run `cargo new project-name --bin`, a project is generated by cargo
with a file, `src/main.rs`. This file has a main function with one line that
prints hello, world, but a semicolon is missing from the end of the
expression.


Trivial merge